.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
#gnmk{
	z-index: 999;
}
.content{
	width: 100%;
}
.wz{
	margin: 0 auto;
	width: 1010px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.wz a{
	text-decoration: none;
	color: #487fdc;
}
.wz div{
	width: 100%;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
}
.wz div img{
	vertical-align: middle;
	margin-right: 8px;
	width: 24px;
	height: 24px;
}
.wz div span{
	margin-left: 10px;
}
.content .cC{
	margin: 0 auto;
	width: 1010px;
}
.content .cC:after{
	content: "";
	display: block;
	clear: both;
}
.navCommon_title{
	float: left;
	width: 160px;
	margin-right: 28px;
}
.navCommon_title ul li{
	text-align: center;
	cursor: pointer;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
}
.navCommon_title ul .active{
	background-color: #eff6ff;
	color: #3581f5;
	border-left: 8px solid #3a81f0;
}
.navCommon_content{
	float: left;
	width: 822px;
	min-height: 400px;
}
.navCommon_content .showcontent>ul li {
    border-bottom: 1px dashed #cbcbcb;
    width: 100%;
    height: 64px;
}
.navCommon_content .showcontent>ul li div {
    float: left;
    width: 60px;
    height: 65px;
}
.navCommon_content .showcontent>ul li div span:first-child{
	display: block;
	text-align: center;
	color: rgb(87, 87 ,87);
	width: 60px;
	height: 16px;
	font-size: 16px;
	margin-top: 20px;
}
.navCommon_content .showcontent>ul li div span:last-child{
	display: block;
	text-align: center;
	color: rgb(172, 172 ,172);
	width: 60px;
	height: 28px;
	line-height: 28px;
	font-size: 10px;
}
.navCommon_content .showcontent>ul li a{
	text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
	display: block;
	color: #000;
	float: left;
	width: 90%;
	height: 65px;
	line-height: 80px;
	font-size: 16px;
	padding-left: 14px;
}
.navCommon_content .showcontent>ul li a:hover{
	color: #487fdc;
}
/* loading */
.loadingWrap1{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:300;
    background-image:url("../images/loading.gif");
    background-repeat:no-repeat;
    background-position:center center;
}
/* loading */
/* pageDiv */
.pageDiv{
	margin: 25px 0;
}
/* pageDiv */
/* 验证码 */
.code{
    width: 350px;
}
.input-val{
    margin-left: 8px;
    width: 200px;
    border: 1px solid #9AABBB;
    background-color: #FEFEF1;
    height: 30px;
}
#canvas{
    display: inline-block;
    border:1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 8px;
}
/* 验证码 */
.ewmgz{
	text-align: center;
	margin-bottom: 30px;
	width: 1010px;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
}
@media screen and (min-width: 1700px) {
.content{
	width: 100%;
}
.wz{
	width: 1280px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wz div{
	width: 100%;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
}
.wz div img{
	margin-right: 10px;
	width: 30px;
	height: 30px;
}
.wz div span{
	margin-left: 15px;
}
.content .cC{
	width: 1280px;
	margin: 0 auto;
}
.content .cC:after{
	content: "";
	display: block;
	clear: both;
}
.navCommon_title{
	float: left;
	width: 224px;
	margin-right: 24px;
}
.navCommon_title ul li{
	text-align: center;
	height: 80px;
	cursor: pointer;
	line-height: 80px;
	font-size: 18px;
}
.navCommon_title ul .active{
	background-color: #eff6ff;
	border-left: 10px solid #3a81f0;
	color: #3581f5;
}
.navCommon_content{
	float: left;
	width: 1032px;
	min-height: 500px;
}
.navCommon_content .showcontent>ul li{
	border-bottom: 1px dashed #cbcbcb;
	height: 90px;
}
.navCommon_content .showcontent>ul li div{
	float: left;
	width: 60px;
	height: 90px;
}
.navCommon_content .showcontent>ul li div span:first-child{
	display: block;
	text-align: center;
	color: rgb(87, 87 ,87);
	width: 60px;
	height: 22px;
	font-size: 18px;
	margin-top: 29px;
}
.navCommon_content .showcontent>ul li div span:last-child{
	display: block;
	text-align: center;
	color: rgb(172, 172 ,172);
	width: 60px;
	height: 36px;
	line-height: 36px;
	font-size: 13px;
}
.navCommon_content .showcontent>ul li a{
	text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
	display: block;
	color: #000;
	float: left;
	width: 90%;
	height: 90px;
	line-height: 112px;
	font-size: 18px;
	padding-left: 20px;
}
.navCommon_content .showcontent>ul li a:hover{
	color: #487fdc;
}
/* loading */
.loadingWrap1{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:300;
    background-image:url("../images/loading.gif");
    background-repeat:no-repeat;
    background-position:center center;
}
/* loading */
/* pageDiv */
.pageDiv{
	margin: 35px 0;
}
.ewmgz{
	width: 1280px;
	font-size: 20px;
	line-height: 36px;
	height: 36px;
	margin-bottom: 40px;
}
}